.ref_box {
  width: 350px;
  border-left: 2px dotted var(--deep_dark);
  padding: 15px 0;
  padding-left: 15px;
}
.ref_box_title {
  font-size: 1.2em;
  line-height: 1.5em;
}
.ref_box_sign {
  font-weight: 600;
}
.ref_filter_container {
  display: flex;
  width: fit-content;
  margin: auto;
}
.ref_filter_container .shadow_box {
  margin: 10px 15px;
}

.svg_brand {
	width: 180px;
	height: fit-content;
}

.cp_box {
	display: flex;
	align-items: center;
}

.references_top {
	width: auto;
	margin: auto;
	padding: 0 7px;
}

@media only screen and (min-device-width: 1200px) {
.references_top {
  width: 800px;
  margin: auto;
}
.svg_brand {
	width: 180px;
	height: fit-content;
}
.cp_box {
	display: flex;
	align-items: center;
}
}
